home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineSprite_1020 / frame_12 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  312 b   |  19 lines

  1. set("/Variables:CordeCoupe",true);
  2. tellTarget("_root.CordeDevant")
  3. {
  4.    gotoAndStop(2);
  5. }
  6. tellTarget("_root.CordeDerriere")
  7. {
  8.    gotoAndStop(2);
  9. }
  10. tellTarget("_root")
  11. {
  12.    gotoAndStop(eval("/Variables:EtatActif"));
  13. }
  14. set("/Variables:Stoppe",false);
  15. tellTarget("_parent")
  16. {
  17.    gotoAndStop(1);
  18. }
  19.